home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / gnuish / flex251s / configur.in < prev    next >
Text File  |  1995-01-05  |  345b  |  23 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. dnl
  3. AC_INIT(initscan.c)
  4. AC_CONFIG_HEADER(config.h:conf.in)
  5.  
  6. AC_LN_S
  7. AC_PROG_YACC
  8. AC_PROG_CC
  9. AC_PROG_RANLIB
  10. AC_PROG_INSTALL
  11. AC_CONST
  12. AC_TYPE_SIZE_T
  13. AC_HEADER_STDC
  14. AC_HAVE_HEADERS(string.h malloc.h sys/types.h)
  15.  
  16. case "$YACC" in
  17. *bison*)
  18.   AC_ALLOCA
  19.   ;;
  20. esac
  21.  
  22. AC_OUTPUT(Makefile)
  23.